Package com.cisco.pt.ipc.sim
Interface EIGRPMainProcess
- All Known Implementing Classes:
EIGRPMainProcessImpl
Information provided by the PKI file:
\class EigrpMainProcess
\brief EigrpMainProcess is the main process that handles all EIGRP processes.
\example network().getDevice("Router0").getProcess("EigrpMainProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddEigrpProcess(int as) Information provided by the PKI file:getEigrpProcess(int as) Information provided by the PKI file:getEigrpProcessAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveEigrpProcess(int as) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
addEigrpProcess
void addEigrpProcess(int as) Information provided by the PKI file:
\brief Adds the EIGRP process with the specified AS number. \param as, the AS number of the EIGRP process.- Parameters:
as- Takes in a parameter of as
-
removeEigrpProcess
void removeEigrpProcess(int as) Information provided by the PKI file:
\brief Removes the EIGRP process with the specified AS number. \param as, the AS number of the EIGRP process of interest.- Parameters:
as- Takes in a parameter of as
-
getEigrpProcessAt
Information provided by the PKI file:
\brief Returns the EIGRP process at the specified index. \param index, the index of the EIGRP process of interest. \return EigrpProcess, the EigrpProcess object at the specified index.- Parameters:
index- Takes in a parameter of index- Returns:
- EIGRPProcess Returns a EIGRPProcess
-
getEigrpProcess
Information provided by the PKI file:
\brief Returns the EIGRP process with the specified AS number. \param as, the AS number of the EIGRP process of interest. \return EigrpProcess, the EigrpProcess object with the specified AS number.- Parameters:
as- Takes in a parameter of as- Returns:
- EIGRPProcess Returns a EIGRPProcess
-
getEigrpProcessCount
int getEigrpProcessCount()Information provided by the PKI file:
\brief Returns the number of EIGRP processes. \return int, the number of EIGRP processes.- Returns:
- int Returns a int
-